Prevent blhc complaining about nonverbose build
authorBastian Germann <bage@debian.org>
Sat, 20 Jun 2020 00:12:47 +0000 (02:12 +0200)
committerBastian Germann <bage@debian.org>
Wed, 29 Jul 2026 20:47:56 +0000 (22:47 +0200)
Forwarded: not-needed

Gbp-Pq: Name nonverbose_build.patch

comp/Makefile.am
component.am

index e94f186d27aaf0925db0c435efd63677a6c2cd81..f7286cd995af2252744c0f0adfbf74b34529f0c2 100644 (file)
@@ -11,7 +11,6 @@ install-exec-local:
        fi
        
        @(cd $(srcdir)/src; d=`pwd`; for p in `cat order`; do \
-         echo "Compiling '$$p' component..."; \
          cd $$d/$$p; \
          $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agtq -r $(DESTDIR)$(prefix); \
          if test $$? -eq 0; then \
index d5ce3733490086f0b03419b72d167cc28aa67b0b..75d84d6ec4ff30f0f083e7898338d9602deab02c 100644 (file)
@@ -6,7 +6,6 @@ install-data-hook:
        @rm -f $(DESTDIR)$(gblibdir)/$(COMPONENT).gambas;
        @if test -d $(COMPONENT) && test -e $(COMPONENT)/.project; then \
                echo; \
-               echo "Compiling '$(COMPONENT)' component..."; \
                ( \
                        $(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) $(COMPONENT); \
                        cd $(COMPONENT); \